Q3ViewHints_GetClearImageColor
You can use theQ3ViewHints_GetClearImageColor
function to get the image clearing color associated with a view hints object.
TQ3Status Q3ViewHints_GetClearImageColor ( TQ3ViewHintsObject viewHints, TQ3ColorARGB *color);
viewHints
- A view hints object.
color
- On exit, the current image clearing color of the specified view hints object.
DESCRIPTION
TheQ3ViewHints_GetClearImageColor
function returns, in thecolor
parameter, a constant that indicates the current image clearing color for the view hints object specified by theviewHints
parameter.